golang.org/x/tools/go/packages.golistState.getGoVersion (method)

3 uses

	golang.org/x/tools/go/packages (current package)
		golist.go#L373: 	goVersion, err := state.getGoVersion()
		golist.go#L664: 	goV, err := state.getGoVersion()
		golist.go#L683: func (state *golistState) getGoVersion() (int, error) {